home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 August / Macworld (1997-08).dmg / Shareware World / Comms & Internet / renam121 / History.txt next >
Text File  |  1997-06-17  |  5KB  |  116 lines

  1. HTML Rename! Version History
  2.  
  3. HTML Rename! for Windows:
  4.   v1.00  27-Nov-96  Initial release
  5.   v1.10  10-Mar-97  Support for new tags, external text editor
  6.   v1.20  08-May-97  Relative or absolute URLs, ISO-8859-1 charset
  7.   v1.21  14-May-97  Fix relative URL substitution bug, base tags
  8.  
  9. HTML Rename! for Macintosh:  
  10.   v1.00  27-Nov-96  Initial release
  11.   v1.10  10-Mar-97  Support for new tags, external text editor
  12.   v1.20  08-May-97  Relative or absolute URLs, ISO-8859-1 charset
  13.   v1.21  14-May-97  Fix relative URL substitution bug, base tags
  14.  
  15. Check "http://www.visiontec.com/rename" for the latest version information. 
  16.  
  17.  
  18. Changes in version 1.21:
  19.  
  20. * Fixed a bug which sometimes substituted invalid directory paths when
  21.   updating links for relative URLs
  22. * Fixed bugs in updating links in files with <base href="URL"> tags
  23. * Fixed a bug which sometimes missed the end of a comment tag (and thus
  24.   ignored valid tags until the end of the next comment tag)
  25.  
  26.  
  27. Changes in version 1.20:
  28.  
  29. * Option to convert local links to relative or absolute URLs
  30. * Choice of uppercase or lowercase for all target filesystems 
  31. * Recognize text files with the ISO-8859-1 extended character set used 
  32.   in many Latin-alphabet-based European languages (the <meta http-
  33.   equiv="Content-Type" content="text/html; charset=iso-8859-1"> tag must 
  34.   be included in the head of the file)
  35. * Expanded recognition of HTML files -- any file with <HTML> and <HEAD> 
  36.   tags are seen as HTML files, regardless of the filename extension
  37. * Windows NT only: found a workaround for an NT-specific file query bug 
  38.   which caused frequent crashes
  39. * Fixed a bug in renaming URLs of form: <a href="http:../Content1.html">
  40. * Fixed a bug in renaming URLs of form: <a href="directoryname/">; a 
  41.   "ServerDefaultFile" setting in the Preferences/INI file defaults to 
  42.   "index.html" but can be changed manually
  43. * Changed tag/attribute handling so that the following attributes are 
  44.   always searched for URLs: "href", "src", "background", "codebase", 
  45.   "action", "usemap", "dynsrc", "lowsrc", "tppabs"
  46. * Handle unlimited numbers of URLs in one tag
  47. * Under Windows 95 & Windows NT 4.0, the taskbar icon no longer 
  48.   disappears when the wizard dialog pops up.
  49. * Fixed crash when clicking the "Edit" button in the "Verify Filenames" 
  50.   dialog and no file is selected
  51. * Set default focus to the list box in the "Verify Filenames" and 
  52.   "Verify ASCII Line End Conversions" dialogs so you can immediately use 
  53.   the arrow keys to navigate it
  54. * Enable toggling the checkbox state in the list boxes of the "Verify 
  55.   Filenames" and "Verify ASCII Line End Conversions" dialogs by pressing 
  56.   the space bar
  57. * Set the default button to "Edit" in the "Verify Filenames" dialog so 
  58.   pressing the <Return> key now brings up the "Rename File" dialog for the 
  59.   file selected in the list box
  60. * Double clicking on a list box entry in the "Verify Filenames" dialog 
  61.   now brings up the "Rename File" dialog
  62. * The "Rename File" dialog's character entry is improved for 8.3 targets
  63. * Macintosh only: the application's preferred size has been increased 
  64.   from 2000K to 4000K (this should prevent the application from crashing 
  65.   when larger Web sites (> 400 files) are processed)
  66. * The "Register" applications have been updated with this release
  67. * The "report_of_external_refs.html" file is removed if a site has no 
  68.   external URLs
  69. * Incorrect reporting of link renaming has been improved in this 
  70.   scenario: a filename's case is changed and a tag's URL already matches 
  71.   that changed case
  72.  
  73.  
  74. Changes from 1.00 to 1.10:
  75.  
  76. * Added support for URLs in client-side image maps <img usemap="URL">
  77. * Added support for other tag/attribute pairs
  78. * Can now convert filenames to all upper case or all lower case
  79. * Ignore text in HTML comments: "<!-- Comment to ignore -->"
  80. * Option to open the report using an external text editor (prompts for 
  81.   the external text editor when report is greater than 32k bytes long)
  82. * Report the existence of file errors, HTML syntax errors, unresolved 
  83.   links, and unused files at the top of the report
  84. * Updated icons
  85. * Minor modifications to text in dialogs
  86. * Fixed Macintosh version so the license text appears on initial launch
  87. * Launch Web browser when click on "Register online..." button
  88. * Changed URL for online registration
  89. * On Macintosh, fixed wizard dialog size for different installed fonts
  90. * Name change from "Rename!" to "HTML Rename!"
  91.  
  92.  
  93.  
  94. Several of the tags with URLs Supported by HTML Rename!:
  95.  
  96. <a href="URL">            (standard anchor links)
  97. <applet codebase="URL">        (Java applets)
  98. <area href="URL">            (client-side image maps)
  99. <base href="URL">            (relative URL base for entire page)
  100. <bgsound src="URL">        (background sound for a page)
  101. <body background="URL">        (background image for a page)
  102. <embed src="URL">            (replaced by <object codebase>)
  103. <form action="URL">        (receive and process form's data)
  104. <frame src="URL">            (frames)
  105. <img src="URL">            (standard images)
  106. <img src="URL" dynsrc="URL">    (AVI movie for Internet Explorer)
  107. <img src="URL" lowsrc="URL">    (low-res image for Netscape)
  108. <img src="URL" usemap="URL">    (client-side image maps)
  109. <input src="URL">            (custom images for form buttons)
  110. <link href="URL">            (cascading style sheets, etc.)
  111. <object codebase="URL">        (Java applets & ActiveX ctrls)
  112. <style href="URL">        (future style sheet implementation)
  113.  
  114. Last updated: 14-May-1997
  115. ###
  116.